DioDocs for PDF
SaveAsWebp(Stream,Nullable<Rectangle>,Boolean,Int32,Int32) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmap クラス > SaveAsWebp メソッド : SaveAsWebp(Stream,Nullable<Rectangle>,Boolean,Int32,Int32) メソッド
The output stream.
Clipping rectangle of the image to be saved.
Either lossless (true) or lossy (false) webp format.
The compression quality. Between 0 and 100.
The encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
Saves the image into a Stream in WEBP format.
シンタックス
'宣言
 
Public Overloads Sub SaveAsWebp( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle), _
   Optional ByVal lossless As System.Boolean, _
   Optional ByVal quality As System.Integer, _
   Optional ByVal method As System.Integer _
) 
public void SaveAsWebp( 
   System.IO.Stream stream,
   System.Nullable<Rectangle> clipRect,
   System.bool lossless,
   System.int quality,
   System.int method
)

パラメータ

stream
The output stream.
clipRect
Clipping rectangle of the image to be saved.
lossless
Either lossless (true) or lossy (false) webp format.
quality
The compression quality. Between 0 and 100.
method
The encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
参照

GcBitmap クラス
GcBitmap メンバ
オーバーロード一覧